Welcome![Sign In][Sign Up]
Location:
Search - matching image

Search list

[Special Effectsfis

Description: 指纹图像识别的c程序代码,功能详尽,包括各个处理步骤的详细代码,如指纹图象增强,细化,匹配等-Fingerprint Recognition c code, functional detail, including various processing steps detailed code, fingerprint image enhancement, refinement, matching
Platform: | Size: 27648 | Author: jia | Hits:

[Special Effects41241

Description: 图象处理中运动估计的一种全搜索块匹配法的实现程序!-image processing campaign estimated a full search block matching program to realize!
Platform: | Size: 1024 | Author: 谎言 | Hits:

[Special Effectsmatch

Description: 相位相关配准,图像匹配,图像处理,matlab源码-phase correlation registration, image matching, image processing, Matlab FOSS
Platform: | Size: 4096 | Author: sun shu | Hits:

[Special Effectsgradient_bdgmrotate_12

Description: 模板匹配:双向梯度迭代(BDGM)匹配算法-template matching : two-way gradient iteration (BDGM) Matching Algorithm
Platform: | Size: 2048 | Author: 李伟 | Hits:

[VC/MFCpatternmatching

Description: 一种图像匹配的算法,我在网上好不容易找到的!希望对大家有所帮助!-An image matching algorithm, I finally found online! Want to be helpful to everyone!
Platform: | Size: 194560 | Author: chengzi | Hits:

[Special Effectsimage

Description: 车牌图像定位程序 本程序关键点为:用模版匹配法寻找车牌位置,截取出车牌图像。 图像处理内容包括:直方图统计,图像灰度化,图像均衡化,图像二值化,Sobel算子边缘检测,模板匹配。-License plate image locator key point of this procedure as follows: using the template matching method to find license plate location, the interception of a license plate image. Image processing include: histogram statistics, image, image equalization, image binarization, Sobel operator edge detection, template matching.
Platform: | Size: 2216960 | Author: 韦略 | Hits:

[Special EffectsCDOFM_src

Description: C++ code to find point correspondences by matching color distributions computed with spatially oriented kernels and optical flow registration. The theory is described in Point Matching Under Large Image Deformations and Illumination Changes-err
Platform: | Size: 59392 | Author: ly | Hits:

[Graph RecognizeDNN

Description: 可完成DNN图象预处理、配对、识别等功能,是一款包含功能较全的图像处理软件-To be completed by DNN image pre-processing, matching, identification and other functions, is a more full-function contains the image processing software
Platform: | Size: 4344832 | Author: 王守志 | Hits:

[AI-NN-PRDigitRecognition

Description: 手写数字识别程序. 该程序实现了经典的模板匹配算法, 基于神经网络的匹配算法等. 是学习人工智能和图像处理的好的参考资料.-Handwritten numeral recognition procedures. Realize the program of classical template matching algorithm, matching based on neural network algorithm. Is the study of artificial intelligence and image processing of a good reference.
Platform: | Size: 687104 | Author: 刘志远 | Hits:

[Special EffectsGraph_Cut

Description: Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 -Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.
Platform: | Size: 4487168 | Author: wang wei | Hits:

[Special EffectsAAA

Description: Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast algorithm of pyramid data struct is provided. -Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast algorithm of pyramid data struct is provided.
Platform: | Size: 339968 | Author: lichao | Hits:

[Special Effects070405

Description: 图像分割的计算机实现。用边缘检测和模板匹配法两种方法,通过VisualC++处理图像,实现图像分割,比较Sobel算子边缘检测、Prewitt边缘算子、Krisch边缘算子和高斯拉普拉斯算子的图像处理效果.-Computer realize image segmentation. Using edge detection and template matching of two ways, through VisualC++ Handle images, realize image segmentation, compare Sobel edge detection operator, Prewitt edge operator, Krisch Gaussian edge operator and Laplacian image treatment effect.
Platform: | Size: 119808 | Author: lll | Hits:

[Special EffectsOnMATCHHausdorff

Description: 说明: 该函数将对图象进行(基于Hausdorff距离匹配)操作。需要注意的是,此程序只处理256灰度级的图象。-Description: This function will be images (based on Hausdorff distance matching) operation. Note that this procedure only deal with 256 gray-scale image.
Platform: | Size: 2048 | Author: 沈巍 | Hits:

[GDI-BitmapImageAlignment

Description: Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of computer vision. In this article we will implement these two algorithms in C language using Intel OpenCV open-source computer vision library as base for our implementation. We also will try to compare these two algorithms and will see which one is faster.
Platform: | Size: 82944 | Author: 戴隆忠 | Hits:

[WaveletDirect

Description: 图像分析实现了包括阀门分割、投影检测、差影检测、模块匹配等功能-Image analysis, including the valve realize segmentation, projection detection, poor shadow detection module matching functions
Platform: | Size: 91136 | Author: kaka | Hits:

[Special EffectsNMI

Description: 计算图像NMI特征(归一化转动惯量)的VC程序。输入图像即可得出NMI,适用与图像检索,图像匹配。内附有测试图像。-NMI calculated image features (normalized moment of inertia) of the VC process. Input image can be derived NMI, the application and image retrieval, image matching. Containing a test image.
Platform: | Size: 742400 | Author: 张涛 | Hits:

[Special EffectsStereoMatch

Description: 这是关于图象的立体匹配的,在三维重建中用到。很重要。-This is on a three-dimensional image matching, used in three-dimensional reconstruction. Very important.
Platform: | Size: 2030592 | Author: 陈忠翔 | Hits:

[Graph programIMGReg

Description: 图像配准,主要是图像匹配中的一下常用技术-Image registration, image matching is commonly used in some technical
Platform: | Size: 2260992 | Author: | Hits:

[Special Effectsmatching

Description: 双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法-Binocular vision of the picture matching, Corner Detection and so on. Opencv-based image matching algorithm
Platform: | Size: 3585024 | Author: 陈忠翔 | Hits:

[Special Effects164125635720071271414456750079

Description: sift图像匹配算法实现 两幅图像合并成一幅图像-image matching algorithm sift two images into an image
Platform: | Size: 352256 | Author: 郭忠斌 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net